Lab2 – Use Script to Control LEDs
----------------------------------------------------------------

/* Execute Commands on EVB */
nano LEDs_blink.sh

/* Copy the source code of "LEDs_blink.sh" and paste it */

----------------------------------------------------------------

/* Execute the Script on EVB */
chmod +x LEDs_blink.sh
./LEDs_blink.sh

----------------------------------------------------------------